Enlarge area for drawing of layout preview in the print dialog
so that it can embody landscape preview with dimensions.
https://bugzilla.gnome.org/show_bug.cgi?id=730232
<property name="can_focus">False</property>
<child>
<object class="GtkDrawingArea" id="page_layout_preview">
- <property name="width_request">280</property>
+ <property name="width_request">320</property>
<property name="height_request">160</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
</object>
<packing>
<property name="expand">True</property>
- <property name="fill">False</property>
+ <property name="fill">True</property>
<property name="position">0</property>
</packing>
</child>